Conversation
|
Hm... I guess CLI apps are not supported? |
|
They are, if |
|
Looks like a permissions issue: Check |
Thank you, I just fixed it and am now waiting for a new build. I will then update the release.
I really hope it's not, because I have no idea how to fix that. I am using cargo-packager to create the AppImage and there is no configuration for that |
|
I have now added three custom files to the AppImage: And set their path using the cargo-packager config like so: [package.metadata.packager.appimage.files]
"../data/io.github.benji377.tooka.desktop" = "usr/share/applications/io.github.benji377.tooka.desktop"
"../data/io.github.benji377.tooka.svg" = "usr/share/icons/hicolor/scalable/apps/io.github.benji377.tooka.svg"
"../data/io.github.benji377.tooka.metainfo.xml" = "usr/share/metainfo/io.github.benji377.tooka.metainfo.xml" |
|
|
|
There must be (also) exactly 1 desktop file in the root directory. |
|
Ok I think I found the issue, I had to rename my desktop file. |
|
Looks like everything is working now, except for the image generation: But I really don't know how to change the permissions of the AppRun folder since I am not packaging it by hand. |
|
@probonopd I just tested my AppImage on different Linux devices, and it worked fine on all of them. I really have no idea why the permission error occurs, it didn't show up on any of my own tests. |
|
|
|
@probonopd your GitHub Workflow seems to break if I just update the branch without changing anything in the data/ folder. It was working before, then I merged |
|
Job 5278996707 was the latest working run and I haven't made a new release since. Do you need anything else? |




No description provided.